Package | Description |
---|---|
oracle.pg.hbase |
This package contains the logic specific to the property graph support on Apache HBase.
|
Modifier and Type | Method and Description |
---|---|
EdgeFilterCallback |
OraclePropertyGraph.getEdgeFilterCallback()
Get the EdgeFilterCallback associated to this property graph
|
Modifier and Type | Method and Description |
---|---|
Iterable<Edge> |
OraclePropertyGraph.getEdges(String[] keys, EdgeFilterCallback efc)
Return an iterable to all the edges in the graph that have any of the specified keys and satisfy the specifed edge filter callback.
|
Iterable<Edge> |
OraclePropertyGraph.getEdges(String[] keys, EdgeFilterCallback efc, OraclePropertyGraphBase.OptimizationFlag flag)
Return an iterable to all the edges in the graph that have any of the specified keys and satisfy the specifed edge filter callback.
|
Iterable<Edge>[] |
OraclePropertyGraph.getEdgesPartitioned(org.apache.hadoop.hbase.client.HConnection[] connections, boolean bSkipStoreToCache, int startSplitID, EdgeFilterCallback efc)
Gets an array of
Iterable objects that hold all the edges in the graph. |
Iterable<Edge>[] |
OraclePropertyGraph.getEdgesPartitioned(org.apache.hadoop.hbase.client.HConnection[] connections, boolean bSkipStoreToCache, int startSplitID, EdgeFilterCallback efc, OraclePropertyGraphBase.OptimizationFlag flag)
Gets an array of
Iterable objects that hold all the edges in the graph. |
Iterable<Edge>[] |
OraclePropertyGraph.getEdgesPartitioned(org.apache.hadoop.hbase.client.HConnection[] connections, boolean bSkipStoreToCache, int startSplitID, String[] keys, boolean bClonedGraph, EdgeFilterCallback efc)
Gets an array of
Iterable objects that hold all the edges in the graph. |
Iterable<Edge>[] |
OraclePropertyGraph.getEdgesPartitioned(org.apache.hadoop.hbase.client.HConnection[] connections, boolean bSkipStoreToCache, int startSplitID, String[] keys, boolean bClonedGraph, EdgeFilterCallback efc, OraclePropertyGraphBase.OptimizationFlag flag)
Gets an array of
Iterable objects that hold all the edges in the graph. |
void |
OraclePropertyGraph.setEdgeFilterCallback(EdgeFilterCallback efc)
Set the default EdgeFilterCallback associated to this property graph
|
Copyright © 2015 Oracle and/or its affiliates. All Rights Reserved.